home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 Super EF2000 / BigMax nº 21 Super EF2000.iso / extras.dxr / 00081_Video Play.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  517 b   |  15 lines

  1. property videoSprite
  2.  
  3. on mouseUp me
  4.   set the movieRate of sprite the videoSprite of me to 1
  5. end
  6.  
  7. on getPropertyDescriptionList
  8.   set p_list to [#videoSprite: [#comment: "Video Sprite Channel:", #format: #integer, #default: 1]]
  9.   return p_list
  10. end
  11.  
  12. on getBehaviorDescription
  13.   return "Plays a digital video sprite in the current frame. Attach to a button with the appropriate label." & RETURN & "PARAMETERS:" & RETURN & "ΓÇó Video Sprite - Enter the number of the sprite channel in which the video is displayed."
  14. end
  15.